type github.com/jackc/pgx/v5.mapRowScanner
4 uses
github.com/jackc/pgx/v5 (current package)
rows.go#L542: err := row.Scan((*mapRowScanner)(&value))
rows.go#L546: type mapRowScanner map[string]any
rows.go#L548: func (rs *mapRowScanner) ScanRow(rows Rows) error {
rows.go#L554: *rs = make(mapRowScanner, len(values))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)